Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[問題追加] Count Points in Triangle #1075

Merged
merged 4 commits into from
Jan 15, 2024

Conversation

NachiaVivias
Copy link
Collaborator

resolve #908

作りました。

テストケースはあまり考えていませんが、 dense で境界処理のミスは取り除けているつもりです。

偏角ソートを利用して前計算が $O(NM\log (NM))$ 時間になるので、その解答 fast.cpp を用意しておきました。

(実行時間の検証のときに)入出力が結構しんどいので、 solution に高速入出力を付属させました。

割と愚直 $O(N+MQ)$ が通ります。

Copy link
Collaborator

@maspypy maspypy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

良さそうです、私の手持ちライブラリでも AC になることを確認しました。

@maspypy
Copy link
Collaborator

maspypy commented Jan 15, 2024

マージします。

@maspypy maspypy merged commit 217686d into yosupo06:master Jan 15, 2024
6 checks passed
@NachiaVivias NachiaVivias deleted the count_points_in_triangle branch January 21, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[問題案] Count Points in Triangles
2 participants